home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 522 b | 27 lines | [TEXT/MPS ] |
- // Copyright © 1991-92 Apple Computer, Inc. All rights reserved.
- // UGrayfillAdorner.h
- // Kent Sandvik DTS
- // This file contains the TGrayFill class, the gray background
- // adornment in the window
- //
- // <1> khs 1.0 First final version
-
-
- #ifndef __UGRAYFILLADORNER__
- #define __UGRAYFILLADORNER__
-
- #ifndef __AEGESTALT__
- #include "UAEGestalt.h"
- #endif
-
- class TGrayFill : public TAdorner
- {
- public:
- TGrayFill();
- virtual pascal void Draw(TView* itsView,
- const VRect& /*area*/);
- };
-
- #endif __UGRAYFILLADORNER__
-
-